react-aframe-typescript-boilerplate

<p align="center">React + AFrame + TypeScript Boilerplate</p>

Features:

Demo

Installation, execution and build

Tests

# yarn
$ yarn test

# npm
$ npm test

Code Coverage

# yarn
$ yarn yarn_code_coverage

# npm: mutatis mutandi

Analysis of Dependencies

# yarn
$ yarn analize

# npm: mutatis mutandi

Back to top ↑